PURPOSE
========
Demonstration part of Pocket PC functionality.

SUMMARY
=========
This sample application illustrates part of the functionality of Pocket PC. It creates a window and draws a "Hello Pocket PC" text in the middle of the window.

This example resembles to the "Hello" example of the WIN32_WCE. Considering the following Pocket PC applications properties, we took out the "exit" and "minimize window" functionality.

	1) There shouldn't be an exit control for Pocket PC applications.
	2) The application windows should not be minimized.


